Arcturus v1.1 by hyper2k
Save editor for Star Ocean: The Last Hope(Xbox360)

Usage:
The application is a very user-friendly GUI. Everyone should have no problems
using it. Open a save file using the menu or the "..." button, edit the
attributes and click save.

The edited file will be saved as a new file on the "so4-edited" directory. This
was done in case some problems with the editing happens, the original untouched
file will still be present.

Known Issues:
- No verification if the save is a Star Ocean: The Last Hope save file

Changelog:
v1.1    - added BEAT:S and BEAT:B experience
        - layout changes to accommodate additions
        - fixed maximum value of Colliseum Gold
        - adjusted the progress bar to make it smoother

v1.0    - initial release
        - added Monsters Killed, Colliseum Gold
        - renamed Gil to Fol
        - added max value checking
        - save to ./so4-edited directory
        - added max all values
        - disabled buttons while saving
        
v0.9    - beta version
        - all characters added

Acknoledgements:
idlehands88 - testing, max values, monsters killed, and colliseum gold.
cloud91690  - request to add BEAT experiences


FAQ:
--

--
Why am I getting error everytime I try to save the edited file?
--
It must be because your digits go beyond 4 or 2 bytes. All numbers are unsigned
integers, so the max value for Gil, EXP, HP, & MP is 4294967295, while for the
rest, the max value is 65535. Assuming that you edited your gamesave with the
max value, the game may or may not allow that value and will set your attributes
accordingly. The verification of max values are added so the size of the save
will remain the same after editing. You can verify what the maximum values on
each field are by clicking the "Max All" buttons.

--
Why are the values not showing properly in the game?
--
Read the FAQ about error "Why am I getting error everytime I try to save the
edited file?"
Also, the values edited in Arcturus might just be the base value for the
character. There could be some instances where the game might apply additional
effects which results to your characters' effective stats.


